home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / qgen20.zip / SAMPLE-B.Q-A < prev    next >
Text File  |  1990-08-02  |  1KB  |  46 lines

  1. PostInfo
  2. ClearScreen
  3. ChangeColor 11 0
  4. Display "                              * * * SAMPLE-B * * *|"
  5. Display "                                Normal Defaults|"
  6. Display "                      PROVIDED BY COMPUTER GROUP,LTD (tm)|"
  7. Display "|"
  8. ChangeColor 4 0
  9. Display "                           ["
  10. ChangeColor 7 0
  11. Display "------------"
  12. ChangeColor 4 0
  13. Display "]|"
  14. ChangeColor 11 0
  15. Display "Please enter your last name "
  16. Ask 12 1
  17. OutputAnswer "                Name " 1
  18. Display "|"
  19. ChangeColor 4 0
  20. Display "                                            ["
  21. ChangeColor 7 0
  22. Display "--"
  23. ChangeColor 4 0
  24. Display "]|"
  25. ChangeColor 11 0
  26. Display "How many years have you used Bulletin Boards "
  27. Ask 02 2
  28. OutputAnswer "               Years " 2
  29. Display "|"
  30. ChangeColor 4 0
  31. Display "                                                ["
  32. ChangeColor 7 0
  33. Display "-"
  34. ChangeColor 4 0
  35. Display "]|"
  36. ChangeColor 11 0
  37. Display "Is this your first time on this Bulletin Board?? "
  38. Ask 01 3
  39. OutputAnswer "               First " 3
  40. Display "|"
  41. SetSecurity 10
  42. Quit
  43. ;
  44. ; Created using QuestGen v2.0, Copyright (C) 1990 RodentWare
  45. ;
  46.